home *** CD-ROM | disk | FTP | other *** search
/ National Security Press Kit / National Security Press Kit.iso / mac / Acrobat Reader 5 / Acrobat Reader 5.0 / Acrobat Reader 5.0.rsrc / EXVW_10006_admInsertPages < prev    next >
Text File  |  2001-09-24  |  1KB  |  35 lines

  1. dialog(name: '$$$/Dialogs/InsertPages', target_id: 'insr', first_tab: 'fils')
  2. {
  3.     group()
  4.     {
  5.         group(align_children: align_left)
  6.         {
  7.             view(align_children: align_row)
  8.             {
  9.                 static_text( item_id: 'fils', name: '$$$/Dialogs/InsertPages/Insert', next_tab: 'file' );
  10.                 static_text( item_id: 'file', width: max_char_width()*20, next_tab: 'locs' );
  11.             }
  12.             view(align_children: align_row)
  13.             {
  14.                 static_text(item_id: 'locs', name: '$$$/Dialogs/InsertPages/LocationLabel', next_tab: 'loca');            
  15.                 popup(item_id: 'loca', width: max_char_width() * 12, next_tab: '1stB');
  16.             }
  17.             cluster(name: '$$$/Dialogs/InsertPages/Pages/ClusterLabel', align_children: align_left)
  18.             {
  19.                 group()
  20.                 {
  21.                     radio(item_id: '1stB', name: '$$$/Dialogs/InsertPages/Pages/First', height: gEditTextHeight, next_tab: 'LstB');
  22.                     radio(item_id: 'LstB', name: '$$$/Dialogs/InsertPages/Pages/Last', height: gEditTextHeight, next_tab: 'PagB');
  23.                     view(align_children: align_row)
  24.                     {                
  25.                         radio(item_id: 'PagB', name: '$$$/Dialogs/InsertPages/Pages/Page', next_tab: 'AtPg');
  26.                         edit_text(item_id: 'AtPg', width: max_char_width() * 4, next_tab: 'NumP');            
  27.                         static_text(item_id: 'NumP', name: '$$$/Dialogs/InsertPages/Pages/NumPages');            
  28.                     }
  29.                 }
  30.             }
  31.         }
  32.         ok_cancel();
  33.     }
  34. }
  35.